Welcome![Sign In][Sign Up]
Location:
Search - array class

Search list

[Otherbubblesorttemp

Description: 对字符串集进行排序,支持C++数组和MFC集合类,支持升序和降序. -right string sets, in order to support array and MFC C Class Set support ascending and descending.
Platform: | Size: 6085 | Author: 顾义坤 | Hits:

[Internet-NetworkYCArray

Description: /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add(\"Number2\",4) * test.Add(\"Number1\",2) * printf(\"%d %d\",test[\"Number1\"],test[\"Number2\"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/-/ ** * dynamic array template class * 1. Support characters Index * 2. Add convenience to delete arbitrary * a final update 2004-8-9 yzh ** 1. Character Index optimized mode of operation, the use of storage arrays ** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good *** effective support to the "quote", and let the data changed to delete the more rapid * usage such as : * YCArraylt; int, intgt; test * test. Add ( "Number2", 4) * test.Add ( "Number1", 2) * printf ( "% d% d", test [ "Number1"] test [ "Number2"]) * Display : * * 2 4 ****** ******* History : 2004-11-19 revised the destructors, the index did not address the release of bug ** /
Platform: | Size: 5101 | Author: 叶振华 | Hits:

[Other resource大数的阶层

Description: 用数组存储一个大数的阶层。输入一个整数n,先求出n!占用的位数。动态开辟bits位数组,用适当方法把n!的值存储到数组里去-storage arrays with a majority of the class. The importation of an integer n, first obtained n! The median occupancy. The median opening bits dynamic group, the use of appropriate means, n! The value of the storage array happened
Platform: | Size: 14504 | Author: 红苹果 | Hits:

[Othermatrixclasslibraries

Description: 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector elements of a start to an index, not 0. This is particularly noteworthy. This is the C language is not the same array
Platform: | Size: 7861 | Author: tomb499717 | Hits:

[Other resourceremoveDuplicates2

Description: 上课的作业,是除去数组中的重复元素,利用数据结构常用算法-class operation is to remove duplication of array elements, the use of commonly used data structures Algorithm
Platform: | Size: 975554 | Author: 郎斐 | Hits:

[JSP/Javahm6

Description: 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category -- shape, These include the shape of the area for an abstract method. ---- Succession of the abstract category definition triangular, rectangular, round. ---- Prepare a main program will be a triangle, rectangle, circle into an array, various array of graphics output of the area.
Platform: | Size: 1021 | Author: 黄铭 | Hits:

[CSharplwork

Description: 一个学生成绩编辑程序,本程序设计优缺点: 采用数组实现各项功能,简洁易懂,便于操作。功能包括: 1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。 2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。 3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。 4. 不及格类统计:统计考试有不及格的学生、指定课程有不及格的学生、三门或三门以上课程不及格的学生及每门课不及格学生与总人数之比。 5. 分数段查询:.总成绩分段查询(如总成绩在300~400)、各门成绩分段查询(如各门成绩均在80~90),可轻松查询各分数段内的学生。 不足之处是学生数组以静态方式存储内存,利用率不高,且数组长度有限,不能动态添加。还有一点就是输出每门课成绩最好和最差的学生名单时,只能输出一位学生,即如果有俩个学生的成绩相同时,只能输出平均分高的学生。 -a student performance editing procedures, the advantages and disadvantages of the design process : the array to achieve functional and easy to read. easy to operate. Features include : 1. The establishment of documents : to create a number of different data document preservation; Included : from the existing arbitrary files contain data; Preservation : may data will be entered into the preservation of existing documents, the proposed new document, the original document will cover data. 2. Students add or remove data, inquiries by students, school name, results (including the performance), average scores for a total average score and branches. 3. There are various sequencing functions : Sort of by the school, the average score in a certain class performance ranking. 4. Failing category Stat
Platform: | Size: 5011 | Author: 沈叔涛 | Hits:

[WEB CodeUPU

Description: 功能列表 - 理论上可以上传无限大的文件 - 实时显示上传状态、进度 - 支持多文件上传以及与表单混合上传 - 方便的用户调用接口 - 兼容不同浏览器 - ... 注意: 1. UPU需要php4.3.0及其以上版本,并打开socket扩展 2. upu/temp为上传临时文件存放目录, upu/files为文件存放目录,这两个目录可以在 upu.class.php中指定。 3. 你的<form>中要有enctype=\"multipart/form-data\"这个属性,action为文件上传成功后 的处理页面,也就是说你的<form>完全按照正常的思路来写就可以了,唯一不同的是需 要加入onsubmit=\"return upuInit(this)\" 4. 上传成功后,可以使用$_POST来获取表单数据,如果是普通表单,直接 $_POST[ 表单名称 ]即可获得其值,如果是一个文件,则返回这样一个数组 $_POST[ 表单名字 ] = Array ( [filename] => [clientpath] => [savepath] => [filetype] => [filesize] => [extension] => ) -function list-theoretically unlimited upload large files-real-time display upload state, progress-support multi-file upload form and mixed with upload-called user-friendly interface-compatible with a variety of browsers - .. . Note : 1. UPU need php4.3.0 and above. and open the socket extension 2. Approved / temp to store temporary files upload directory, Approved / files for document storage directory, This directory can be in two upu.class.php designated. 3. You
Platform: | Size: 46706 | Author: kuang | Hits:

[Graph programCArrayBITMP

Description: 实现了一个Class for storing any standart bitmaps in array,通过对数组运算来处理bmp图像的源代码。-achieved a Class for storing any standart bitma ps in array, the array of operations to handle bmp image of the source code.
Platform: | Size: 3854 | Author: wuming | Hits:

[Web ServerhtmlSQL

Description: htmlSQL是一个是你可以方便的对HTML和XML内容方便的使用类似SQL语句进行检索的PHP类.也就是说有了它,你不必再去写复杂的函数(正则表达式那类的)来获取特殊的值了. 用htmlSQL查询的方法的例子: SELECT href,title FROM a WHERE $class == \"list\" ^ ^ ^ 搜索查询 (可以为空) 待返回的属性 ^ ^ 需要搜索的HTML标签 允许使用\"*\"(= 所有标签) 这个查询返回一个包括所有带有有class=\"list\"属性的超链接的数组. 在htmlSQL里的所有的网页转换用的都是这个卓越的类--Snoopy(版本号 1.2.3 - URL: http://snoopy.sourceforge.net/). Snoopy只用于文件或者字符串查询,其他时候都不适用. 你可以在文件夹snoopy_data/下找到所有Snoopy相关的文档 (版权声明, 说明文档等等).-htmlSQL is one that you can facilitate the right HTML and XML content to facilitate the use of similar S QL statement retrieval of PHP classes. In other words With it, You do not go to write complex function (regular expression of type) to obtain a special value. Inquiries with htmlSQL the examples : SELECT href. FROM WHERE title a $ class == "list" ^ ^ ^ search query (for Air) to be returned to the need to attribute ^ ^ search HTML "*"(= labels allow the use of all labels) back to this inquiry back with an all have class = "list" hyperlink attributes of the array. In htmlSQL Lane all the website is the conversion of the outstanding Class -- Snoopy (version 1.2.3 - URL : http : / / snoopy.sourceforge.net /). Snoopy used only for documents or String inquiries,
Platform: | Size: 28145 | Author: ck | Hits:

[assembly languagechengjipaixu

Description: 简易学生成绩排序(汇编) 编制一程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来-summary ranking the performance of their students (compilation) preparation process, receiving requests from the keyboard input of a class of student performance, and stored in an array of 50 characters grade, which i kept grade school, as a student i achievements. According to grade the performance of their students, the students rank their preference of 50 characters rank wordage group, i which rank the content of the school, i +1 for students ratings. School, then put the order from the terminal rankings show the
Platform: | Size: 300963 | Author: yinlu | Hits:

[ActiveX/DCOM/ATLlibshd

Description: SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Socket 套接字类 SH_Tcp TCP类 SH_Udp UDP类 SH_Multicast 多播类 SH_Broadcast 广播类 SH_RawSocket 原始套接字类 SH_Pipe 管道类 SH_Mailslot 邮槽类 SH_SMem 共享内存类 SH_Log 日志类 SH_File 文件类 SH_FileVer 文件版本信息类 SH_Audio 音频类 SH_Time 时间类 SH_Timer 定时器类-SH_Object libSH base class SH_String String class SH_ Array data structure Array type data structure Stack SH_Stack category SH_Queu e type data structure Queue List SH_List data structure type data structure Ha SH_Hash sh category SH_Tree data structure Tree (AVL) category SH_Lock contradict category SH Lock _Serial serial category SH_Socket TCP socket type SH_Tcp category SH_Udp U DP category SH_Multicast multicast broadcasting category SH_Broadcast category SH_RawS ocket original socket type SH_Pipe Pipeline SH_Mailslot Post Cells SH_SM Shared Memory em category SH_Log log category SH_File document type SH_FileVer documents Information SH_Audio Audio category SH_Time time category SH_Timer timer category
Platform: | Size: 54985 | Author: yangthui | Hits:

[JSP/Javastrout

Description: 设一个班有10名学生,每个学生有姓名、学号、成绩等信息,请利用对象数组的概念编程,求平均成绩。-set up a class had 10 students, with each student's name, school, results and other information. Please use the concept of object array programming, seeking average scores.
Platform: | Size: 1983 | Author: 行风 | Hits:

[assembly languagerank

Description: 编制一程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。(输入学生个数<=50,可以不定)-preparation of a procedure that requires the receiving input from the keyboard of a class of student performance, and deposited in 50 words array grade, grade school, i kept i for a student performance. According to grade the performance of their students, the students rank their preference of 50 characters rank wordage group, i which rank the content of the school, i +1 for students ratings. School, then put the order from the terminal on the rankings show. (Input number of students
Platform: | Size: 2389 | Author: 陈于 | Hits:

[Otherso_sys

Description: 学生成绩管理 假设有一个班级的学生n人,期末考试老师要对成绩从高到低列出,并对各科的考试成绩求出其最高分、最低分和平均成绩。现在设计一个成绩管理程序,能够实现以下的功能: (1)对某门科目的成绩进行排序并显示输出; (2)求出每门科目的最高分、最低分和平均分的信息; 学生成绩的数据用结构数组表示,包括:学号、姓名、三门科目的考试成绩,其结构格式如下: 学号 姓名 语文 数学 外语 C++ int num char name[10] int score[4]-student performance management assumed a class of students n and final examination results to the teacher precedence list, as well as branches of the examination results obtained his highest score, and the lowest average scores. Now the design of a performance management process to achieve the following functions : (1) of the subjects in a certain sequence and the scores showed that output; (2) calculated for each subject at the highest, and the lowest average score of the information; student achievement in the data structure used array, including : school, name, three subjects of examination results, its structure following format : Science, Mathematics English language names C int num char name [10] int score [4]
Platform: | Size: 88699 | Author: yeweijian | Hits:

[JSP/Javawodetanke

Description: 全面运用所学的JAVA理论对所设计的类进一步完善,并学会使用数组存储游戏地图数据,并能运用图形绘制方法和一定的算法将地图在游戏中绘制出来,并能控制游戏角色在地图可行走区域运动。-comprehensive study of the use of Java theory designed to further improve the class, and learning how to use the array game map data storage, and will be able to use graphic drawing methods and certain algorithm maps for the game mapped, and can control the game in the role of maps can be running regional campaign.
Platform: | Size: 364017 | Author: zhanglibin | Hits:

[assembly languageghost516

Description: 把一个班的学生姓名和成绩存放到一个结构数组中,寻找和输出最高分者。 要交的作业-bring a class of students names and accomplishments of a storage array structure of the search and the maximum output stakeholders. To pay operating
Platform: | Size: 246092 | Author: ghost | Hits:

[Other5163001010-魏振豪-实验11-2

Description: 将直接插入排序、直接选择排序、冒泡排序、顺序查找函数封装到第9章的数组类中,作为成员函数。实现并测试这个类(Directly into the sorting, direct selection, sorting, bubble sorting, sequential search function, encapsulated in the ninth chapter of the array class, as a member function. Implement and test this class)
Platform: | Size: 1024 | Author: zadq | Hits:

[OtherArrayHelper

Description: Unity 功能 泛型 处理数组元素 工具类(Unity function generic processing array element tool class)
Platform: | Size: 1024 | Author: lianglangtao | Hits:

[JSP/JavaOneArryasTools v1.1-ok

Description: * 这是一个一维数组的工具类,里面封装了6个方法,分别是 * 1.数组的遍历: print方法 * 2.获取最大值: getMax方法 * 3.获取最小值: getMin方法 * 4.反转数组:revArray方法 * 5.数组升序(从小到大排列):asc * 6.数组降序(从大到小排列):desc * * 备注:显示的同时带数组返回,加个接收类型就可以了。 * * @author wuxiaolong * @version v1.1(* this is a tool class of a one-dimensional array, which encapsulates 6 methods, which are * 1. array traversal: print method * 2. get the maximum value: getMax method * 3. get the minimum value: getMin method * 4. reversal array: revArray method * 5. array ascending order (from small to large): ASC * 6. array descending order (from large to small): desc * * Note: when the display is returned with an array, it is possible to add a reception type. * * @author wuxiaolong * @version v1.1)
Platform: | Size: 1024 | Author: eto754 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 35 »

CodeBus www.codebus.net